翻訳と辞書
Words near each other
・ High-intensity discharge lamp
・ High-intensity focused ultrasound
・ High-intensity interval training
・ High-intensity magnetic separator
・ High-key lighting
・ High-King
・ High-Kings of Arnor and Gondor
・ High-leg delta
・ High-level architecture
・ High-level assembler
・ High-Level Conference on World Food Security
・ High-Level Data Link Control
・ High-level design
・ High-level emulation
・ High-level equilibrium trap
High-level language computer architecture
・ High-level Panel on Threats, Challenges and Change
・ High-level Panel on United Nations Systemwide Coherence
・ High-level Political Forum on Sustainable Development
・ High-level programming language
・ High-level radioactive waste management
・ High-Level Shading Language
・ High-level synthesis
・ High-level verification
・ High-level waste
・ High-lift device
・ High-Logic
・ High-loss calculation
・ High-Low (game show)
・ High-low skirt


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

High-level language computer architecture : ウィキペディア英語版
High-level language computer architecture
A high-level language computer architecture (HLLCA) is a computer architecture designed to be targeted by a specific high-level language, rather than the architecture being dictated by hardware considerations. It is accordingly also termed language-directed computer design, coined in and primarily used in the 1960s and 1970s. HLLCAs were popular in the 1960s and 1970s, but largely disappeared in the 1980s. This followed the dramatic failure of the Intel 432 (1981) and the emergence of optimizing compilers and reduced instruction set computing (RISC) architecture and RISC-like CISC architectures, and the later development of just-in-time compilation for HLLs. A detailed survey and critique can be found in .
HLLCAs date almost to the beginning of HLLs, in the Burroughs large systems (1961), which was designed for ALGOL 60 (1960), one of the first HLLs. The most well-known HLLCAs are the Lisp machines of the 1970s and 1980s (for Lisp, 1959). At present the most popular HLLCAs are Java processors, for Java (1995), and these are a qualified success, being used for certain applications. A recent architecture in this vein is the Heterogeneous System Architecture (2012), which HSA Intermediate Layer (HSAIL) provides instruction set support for HLL features such as exceptions and virtual functions; this uses JIT to ensure performance.
==Definition==
There is a wide variety of systems under this heading. The most extreme example is a Directly Executed Language, where the instruction set architecture of the computer equals the instructions of the HLL, and the source code is directly executable with minimal processing. In extreme cases the only compilation required is tokenizing the source code and feeding the tokens directly to the processor; this is found in stack-oriented programming languages running on a stack machine. For more conventional languages the HLL statements are grouped into instruction + arguments, and infix order is transformed to prefix or postfix order. DELs are typically only hypothetical, though they were advocated in the 1970s.〔See Yaohan Chu references.〕
In less extreme examples the source code is first parsed to bytecode, which is then the machine code that is passed to the processor. In these cases the system typically lacks an assembler, as the compiler is deemed sufficient, though in some cases (such as Java) assemblers are used to produce legal bytecode which would not be output by the compiler. This approach was found in the Pascal MicroEngine (1979), and is currently used by Java processors.
More loosely, a HLLCA may simply be a general-purpose computer architecture with some features specifically to support a given HLL or several HLLs. This was found in Lisp machines from the 1970s onward, which augmented general-purpose processors with operations specifically designed to support Lisp.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「High-level language computer architecture」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.